projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbf37b
)
Update comment to new realities
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 16 Nov 2011 05:27:14 +0000
(
00:27
-0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 16 Nov 2011 05:27:14 +0000
(
00:27
-0500)
tests/a11y/tree-performance.c
patch
|
blob
|
history
diff --git
a/tests/a11y/tree-performance.c
b/tests/a11y/tree-performance.c
index 266b6e85f3cd9c69d6ac109545ff882a3376d53b..e8cbf059f04a8982f9da496ac04389852279a28a 100644
(file)
--- a/
tests/a11y/tree-performance.c
+++ b/
tests/a11y/tree-performance.c
@@
-137,7
+137,7
@@
populate_list (GtkBuilder *builder)
tv = (GtkTreeView *)gtk_builder_get_object (builder, "treeview1");
store = (GtkListStore *)gtk_tree_view_get_model (tv);
- /* append a
thousand
rows */
+ /* append a
many
rows */
for (i = 0; i < N_ROWS; i++)
{
gtk_list_store_append (store, &iter);